All Questions
Tagged with xcodeios-simulator
2,189 questions
1vote
1answer
50views
Intermittent Error Installing iOS App on Simulator: IXErrorDomain, code=2 – Failed to Create Promise
I’m encountering an intermittent issue when installing an iOS app on a simulator using Appium. The error occurs while trying to start a new session, and fails during the install phase. Here’s the key ...
0votes
1answer
31views
Unable to find a destination matching the provided destination specifier" when building Flutter app
I'm facing an issue when trying to run my Flutter app on iOS using Xcode or flutter run. The build fails with the following error: Uncategorized (Xcode): Unable to find a destination matching the ...
0votes
1answer
41views
Xcode Simulator Error: 'SDK does not contain libarclite'
When running my iOS app in Xcode simulator, I'm encountering this build error: clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/ ...
0votes
0answers
33views
Get EXC_CRASH (SIGKILL (Code Signature Invalid)) when try to test on simulator
I'm trying to run unit XCTest on the simulator and I'm getting a signature error. At the same time, the tests on your iPhone device are running correctly. I use the Personal Team for the signature. In ...
0votes
1answer
75views
Flutter app does not run on iOS simulator but runs on Android emulator
I have just got my first MacBook and am trying to run a Flutter project using VSCode. The project runs fine on an Android Emulator but doesn't on iOS Simulator. Here's the log: Launching lib/main.dart ...
0votes
1answer
28views
Issue with Provisioning Profiles & Simulator Behavior in Titanium VSCode/Xcode
I recently updated my development environment to the following versions: Titanium CLI: v7.1.6 Titanium SDK: v12.5.0.GA Xcode: 16.2 After the update, I encountered an issue with provisioning profiles ...
0votes
0answers
18views
How to stop getting xcrun simtcl boot errors with Expo
I keep getting this error when I launch the XCode simulator with Expo: Error: xcrun simctl boot 71774BD4-1069-435C-9120-793C0C734140 exited with non-zero code: 60 An error was encountered processing ...
0votes
1answer
24views
Can't change time format from 24 hs to AM/PM on Xcode simulator
I'm running a Swift project with snapshot tests on Xcode 16, which are passing locally, but they fail the cloud tests because the cloud server has an AM/PM time format. I want to change the Xcode ...
1vote
1answer
45views
Dectect what flavor of iOS the simulator is running
Most answers on SO seem to want to know how to detect if the simulator is running. I know that it is. I want to determine what device the simulator is simulating? I want to read something like "I ...
0votes
0answers
51views
How to Run Two Instances of a SwiftUI Messenger in Xcode Simulators for Real-Time Communication?
I'm working on a coursework project where I plan to build a messenger app using SwiftUI. To test real-time messaging, I need to run two instances of the app in Xcode simulators and exchange messages ...
1vote
0answers
208views
SwiftData not persisting data when run from Xcode but works fine when app is independently run on Simulator
The subject line says it all. When I run the code from Xcode, record is saved but with no values when I again run the app from Xcode to check if records are saved correctly. However, when I run the ...
-1votes
1answer
217views
Xcode 16.2: iPhone SE 18.1 simulator screen is blank "external display"
I run into some Xcode 16.2 novelty I dunno how to work around: simulator screen is blank. Where's the image? (It's not on the physical iPhone either) I/O -> External Displays is set to "...
1vote
0answers
115views
iOS simulator takes extremely long time to boot on Xcode16
Our org's CI pipeline is experiencing extremely long build time due to iOS simulators takes a long time to boot (15+ minutes) This problem persist in all Xcode16 versions including the most recent ...
1vote
1answer
172views
Android Studio: "Unable to find a device matching the provided destination specifier" when running ios simulator (Flutter)
When trying to run my Flutter project on iOS simulator through Android Studio, I get this error: Uncategorized (Xcode): Unable to find a device matching the provided destination specifier: { id:...
0votes
0answers
18views
No download button near OS Versions in Simulator
I faced with the problem in Xcode. I can't find "Download more simulator runtimes..." button in Simulator near OS Version on my MacBook. How to add another iOS versions to my simulator? For ...